﻿2026-05-17T04:44:35.8958085Z ##[group]Run dorny/paths-filter@6852f92c20ea7fd3b0c25de3b5112db3a98da050
2026-05-17T04:44:35.8958498Z with:
2026-05-17T04:44:35.8959899Z   filters: client:
  - 'apps/client/**'
non_client:
  - 'apps/server/**'
  - 'packages/protocol/**'
  - 'packages/game-logic/**'
  - 'packages/db/**'
  - 'apps/server/Dockerfile'
  - 'apps/server/fly.*.toml'
  - 'apps/server/litestream.yml'
  - 'apps/server/docker-entrypoint.sh'
  - 'pnpm-lock.yaml'
  - 'pnpm-workspace.yaml'
  - 'package.json'
  - '.github/workflows/**'
  - 'scripts/**'
  - 'tools/**'
  - 'extracted/**'
  - 'docs/extracted-server/**'
  - 'apps/obs/**'

2026-05-17T04:44:35.8961813Z   token: ***
2026-05-17T04:44:35.8961995Z   list-files: none
2026-05-17T04:44:35.8962189Z   initial-fetch-depth: 100
2026-05-17T04:44:35.8962546Z   predicate-quantifier: some
2026-05-17T04:44:35.8962771Z ##[endgroup]
2026-05-17T04:44:35.9895991Z ##[group]Get current git ref
2026-05-17T04:44:35.9937904Z [command]/usr/bin/git branch --show-current
2026-05-17T04:44:35.9976105Z main
2026-05-17T04:44:35.9998886Z ##[endgroup]
2026-05-17T04:44:35.9999951Z Changes will be detected between c11abad528fd3e31f0a8610098f5895411528c2d and main
2026-05-17T04:44:36.0001501Z ##[group]Ensuring c11abad528fd3e31f0a8610098f5895411528c2d is fetched from origin
2026-05-17T04:44:36.0015216Z [command]/usr/bin/git cat-file -e c11abad528fd3e31f0a8610098f5895411528c2d^{commit}
2026-05-17T04:44:36.0040660Z fatal: Not a valid object name c11abad528fd3e31f0a8610098f5895411528c2d^{commit}
2026-05-17T04:44:36.0056556Z [command]/usr/bin/git fetch --depth=1 --no-tags origin c11abad528fd3e31f0a8610098f5895411528c2d
2026-05-17T04:44:36.5159434Z From https://github.com/SaberMage/rebno
2026-05-17T04:44:36.5160774Z  * branch            c11abad528fd3e31f0a8610098f5895411528c2d -> FETCH_HEAD
2026-05-17T04:44:36.5200100Z [command]/usr/bin/git cat-file -e c11abad528fd3e31f0a8610098f5895411528c2d^{commit}
2026-05-17T04:44:36.5236432Z ##[endgroup]
2026-05-17T04:44:36.5237344Z ##[group]Ensuring main is fetched from origin
2026-05-17T04:44:36.5259486Z [command]/usr/bin/git show-ref main
2026-05-17T04:44:36.5275791Z 5a4a85a121c9f02078900e73f0081b827a22a802 refs/heads/main
2026-05-17T04:44:36.5278956Z 5a4a85a121c9f02078900e73f0081b827a22a802 refs/remotes/origin/main
2026-05-17T04:44:36.5285986Z ##[endgroup]
2026-05-17T04:44:36.5287067Z ##[group]Change detection c11abad528fd3e31f0a8610098f5895411528c2d..main
2026-05-17T04:44:36.5298862Z [command]/usr/bin/git diff --no-renames --name-status -z c11abad528fd3e31f0a8610098f5895411528c2d..refs/remotes/origin/main
2026-05-17T04:44:36.5346434Z M .planning/ROADMAP.md M .planning/STATE.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-01-PLAN.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-01-SUMMARY.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-02-PLAN.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-02-SUMMARY.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-03-PLAN.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-03-SUMMARY.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-04-PLAN.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-04-SUMMARY.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-05-PLAN.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-CONTEXT.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-DISCUSSION-LOG.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-PATTERNS.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-RESEARCH.md A .planning/phases/06.6-uat-accounts-integer-viewport-scaling-chat-region-clamp-righ/06.6-VALIDATION.md A apps/client/06-HUMAN-UAT.md A apps/client/src/__test__/canvas-rect-tracker.test.ts M apps/client/src/__test__/chat-hud.test.ts M apps/client/src/__test__/esc-menu.test.ts A apps/client/src/__test__/integer-zoom.test.ts M apps/client/src/main.ts A apps/client/src/render/canvas-rect-tracker.ts A apps/client/src/render/integer-zoom.ts M apps/client/src/scenes/GameScene.ts M apps/client/src/ui/ChatHUD.ts M apps/server/scripts/run-migrations.ts A apps/server/scripts/seed-uat-accounts.ts M apps/server/src/index.ts A apps/server/test/seed-uat.integ.test.ts 
2026-05-17T04:44:36.5361443Z ##[endgroup]
2026-05-17T04:44:36.5374221Z Detected 30 changed files
2026-05-17T04:44:36.5374977Z Results:
2026-05-17T04:44:36.5375842Z ##[group]Filter client = true
2026-05-17T04:44:36.5376436Z Matching files:
2026-05-17T04:44:36.5376954Z apps/client/06-HUMAN-UAT.md [added]
2026-05-17T04:44:36.5377680Z apps/client/src/__test__/canvas-rect-tracker.test.ts [added]
2026-05-17T04:44:36.5378541Z apps/client/src/__test__/chat-hud.test.ts [modified]
2026-05-17T04:44:36.5379355Z apps/client/src/__test__/esc-menu.test.ts [modified]
2026-05-17T04:44:36.5390493Z apps/client/src/__test__/integer-zoom.test.ts [added]
2026-05-17T04:44:36.5391301Z apps/client/src/main.ts [modified]
2026-05-17T04:44:36.5391988Z apps/client/src/render/canvas-rect-tracker.ts [added]
2026-05-17T04:44:36.5392923Z apps/client/src/render/integer-zoom.ts [added]
2026-05-17T04:44:36.5393543Z apps/client/src/scenes/GameScene.ts [modified]
2026-05-17T04:44:36.5394159Z apps/client/src/ui/ChatHUD.ts [modified]
2026-05-17T04:44:36.5395047Z ##[endgroup]
2026-05-17T04:44:36.5395779Z ##[group]Filter non_client = true
2026-05-17T04:44:36.5396373Z Matching files:
2026-05-17T04:44:36.5396855Z apps/server/scripts/run-migrations.ts [modified]
2026-05-17T04:44:36.5397523Z apps/server/scripts/seed-uat-accounts.ts [added]
2026-05-17T04:44:36.5398114Z apps/server/src/index.ts [modified]
2026-05-17T04:44:36.5398702Z apps/server/test/seed-uat.integ.test.ts [added]
2026-05-17T04:44:36.5399527Z ##[endgroup]
2026-05-17T04:44:36.5400023Z Changes output set to ["client","non_client"]
